home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / cde.idb / usr / dt / share / man / cat3 / XmScreen.z / XmScreen
Encoding:
Text File  |  2003-11-18  |  23.1 KB  |  397 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmSSSSccccrrrreeeeeeeennnn((((3333XXXX))))           UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV          XXXXmmmmSSSSccccrrrreeeeeeeennnn((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       _X_m_S_c_r_e_e_n - The Screen    widget class
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.       #include <Xm/Screen.h>
  13.  
  14.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.       The XmScreen object is used by Motif widgets to store
  16.       information that is specific to a screen.  It    also allows
  17.       the toolkit to store certain information on widget
  18.       hierarchies that would otherwise be unavailable.  Each
  19.       client has one XmScreen object for each screen that it
  20.       accesses.
  21.  
  22.       An XmScreen object is    automatically created when the
  23.       application creates the first    shell on a screen (usually
  24.       accomplished by a call to _X_t_A_p_p_I_n_i_t_i_a_l_i_z_e or
  25.       _X_t_A_p_p_C_r_e_a_t_e_S_h_e_l_l).  It is not    necessary to create an
  26.       XmScreen object by any other means.  An application can use
  27.       the function _X_m_G_e_t_X_m_S_c_r_e_e_n to    obtain the widget ID of    the
  28.       XmScreen object for a    given screen.
  29.  
  30.       An application cannot    supply initial values for XmScreen
  31.       resources as arguments to a call to any function that
  32.       creates widgets.  The    application or user can    supply initial
  33.       values in a resource file.  After creating the first shell
  34.       on the screen, the application can use _X_m_G_e_t_X_m_S_c_r_e_e_n to
  35.       obtain the widget ID of the XmScreen object and then call
  36.       _X_t_S_e_t_V_a_l_u_e_s to set the XmScreen resources.
  37.  
  38.     CCCCllllaaaasssssssseeeessss
  39.       Screen inherits behavior and resources from _C_o_r_e.
  40.  
  41.       The class pointer is _x_m_S_c_r_e_e_n_C_l_a_s_s.
  42.  
  43.       The class name is _X_m_S_c_r_e_e_n.
  44.  
  45.     NNNNeeeewwww RRRReeeessssoooouuuurrrrcccceeeessss
  46.       The following    table defines a    set of widget resources    used
  47.       by the programmer to specify data.  The programmer can also
  48.       set the resource values for the inherited classes to set
  49.       attributes for this widget.  To reference a resource by name
  50.       or by    class in an ._X_d_e_f_a_u_l_t_s file, remove the    _X_m_N or _X_m_C
  51.       prefix and use the remaining letters.     To specify one    of the
  52.       defined values for a resource    in an ._X_d_e_f_a_u_l_t_s file, remove
  53.       the _X_m prefix    and use    the remaining letters (in either
  54.       lowercase or uppercase, but include any underscores between
  55.       words).  The codes in    the access column indicate if the
  56.       given    resource can be    set at creation    time (C), set by using
  57.       _X_t_S_e_t_V_a_l_u_e_s (S), retrieved by    using _X_t_G_e_t_V_a_l_u_e_s (G), or is
  58.       not applicable (N/A).
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 11/11/03)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXmmmmSSSSccccrrrreeeeeeeennnn((((3333XXXX))))           UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV          XXXXmmmmSSSSccccrrrreeeeeeeennnn((((3333XXXX))))
  71.  
  72.  
  73.  
  74.                           XXXXmmmmSSSSccccrrrreeeeeeeennnn RRRReeeessssoooouuuurrrrcccceeee    SSSSeeeetttt
  75.      NNNNaaaammmmeeee               CCCCllllaaaassssssss             TTTTyyyyppppeeee         DDDDeeeeffffaaaauuuulllltttt           AAAAcccccccceeeessssssss
  76.      ________________________________________________________________________________________________________
  77.      XmNdarkThreshold           XmCDarkThreshold         int         dynamic           C
  78.      XmNdefaultCopyCursorIcon       XmCDefaultCopyCursorIcon     Widget         NULL               CSG
  79.      XmNdefaultInvalidCursorIcon   XmCDefaultInvalidCursorIcon     Widget         NULL               CSG
  80.      XmNdefaultLinkCursorIcon       XmCDefaultLinkCursorIcon     Widget         NULL               CSG
  81.      XmNdefaultMoveCursorIcon       XmCDefaultMoveCursorIcon     Widget         NULL               CSG
  82.      XmNdefaultNoneCursorIcon       XmCDefaultNoneCursorIcon     Widget         NULL               CSG
  83.      XmNdefaultSourceCursorIcon       XmCDefaultSourceCursorIcon     Widget         NULL               CSG
  84.      XmNdefaultValidCursorIcon       XmCDefaultValidCursorIcon     Widget         NULL               CSG
  85.      XmNfont               XmCFont             XFontStruct *     NULL               CSG
  86.      XmNforegroundThreshold       XmCForegroundThreshold     int         dynamic           C
  87.      XmNhorizontalFontUnit       XmCHorizontalFontUnit     int         dynamic           CSG
  88.      XmNlightThreshold           XmCLightThreshold         int         dynamic           C
  89.      XmNmenuCursor           XmCCursor             String         arrow               C
  90.      XmNmoveOpaque           XmCMoveOpaque         Boolean     False               CSG
  91.      XmNunpostBehavior           XmCUnpostBehavior         unsigned char     XmUNPOST_AND_REPLAY   CSG
  92.      XmNverticalFontUnit       XmCVerticalFontUnit         int         dynamic           CSG
  93.  
  94.  
  95.       _X_m_N_d_a_r_k_T_h_r_e_s_h_o_l_d
  96.            An integer between 0 and    100, inclusive,    that specifies
  97.            a level of perceived brightness for a color.  If    the
  98.            perceived brightness of the background color is below
  99.            this level, Motif treats    the background as "dark" when
  100.            computing default shadow    and select colors.  If this
  101.            resource    is specified for a particular screen, it
  102.            applies to widgets created on that screen; otherwise it
  103.            applies to widgets created on all screens.  The default
  104.            value is    implementation specific.
  105.  
  106.            Specifies the DragIcon used during a drag operation
  107.            when the    operation is a copy and    no other pixmap    is
  108.            specified by the    application.  If NULL, a system
  109.            default icon is used.  The system default icon is
  110.            determined by the XmDisplay resource _e_n_a_b_l_e_D_r_a_g_I_c_o_n.
  111.  
  112.       _X_m_N_d_e_f_a_u_l_t_I_n_v_a_l_i_d_C_u_r_s_o_r_I_c_o_n
  113.            Specifies the DragIcon used to indicate that the    cursor
  114.            is over an invalid drop site during a drag operation
  115.            when no other pixmap symbol is specified    by the
  116.            application.  If    NULL, a    system default icon is used.
  117.            The system default icon is determined by    the XmDisplay
  118.            resource    _e_n_a_b_l_e_D_r_a_g_I_c_o_n.
  119.  
  120.       _X_m_N_d_e_f_a_u_l_t_L_i_n_k_C_u_r_s_o_r_I_c_o_n
  121.            Specifies the DragIcon used during a drag operation
  122.            when the    operation  is a    link and no other pixmap is
  123.            specified by the    application.  If NULL, a system
  124.            default icon is used.  The system default icon is
  125.            determined by the XmDisplay resource _e_n_a_b_l_e_D_r_a_g_I_c_o_n.
  126.  
  127.  
  128.  
  129.      Page 2                        (printed 11/11/03)
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.      XXXXmmmmSSSSccccrrrreeeeeeeennnn((((3333XXXX))))           UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV          XXXXmmmmSSSSccccrrrreeeeeeeennnn((((3333XXXX))))
  137.  
  138.  
  139.  
  140.       _X_m_N_d_e_f_a_u_l_t_M_o_v_e_C_u_r_s_o_r_I_c_o_n
  141.            Specifies the DragIcon used during a drag operation
  142.            when the    operation  is a    move and no other pixmap is
  143.            specified by the    application.  If NULL, a system
  144.            default icon is used.  The system default icon is
  145.            determined by the XmDisplay resource _e_n_a_b_l_e_D_r_a_g_I_c_o_n.
  146.  
  147.       _X_m_N_d_e_f_a_u_l_t_N_o_n_e_C_u_r_s_o_r_I_c_o_n
  148.            Specifies the DragIcon used to indicate that the    cursor
  149.            is not over a drop site during a    drag operation when no
  150.            other pixmap is specified by the    application.  If NULL,
  151.            a system    default    icon is    used.  The system default icon
  152.            is determined by    the XmDisplay resource _e_n_a_b_l_e_D_r_a_g_I_c_o_n.
  153.  
  154.       _X_m_N_d_e_f_a_u_l_t_S_o_u_r_c_e_C_u_r_s_o_r_I_c_o_n
  155.            Specifies the depth-1 pixmap used as a cursor when an
  156.            _X_m_N_s_o_u_r_c_e_C_u_r_s_o_r_I_c_o_n is not provided by the DragContext,
  157.            or it is    not usable.  If    NULL, a    system default icon is
  158.            used.  The system default icon is determined by the
  159.            XmDisplay resource _e_n_a_b_l_e_D_r_a_g_I_c_o_n.
  160.  
  161.       _X_m_N_d_e_f_a_u_l_t_V_a_l_i_d_C_u_r_s_o_r_I_c_o_n
  162.            Specifies the DragIcon used to indicate that the    cursor
  163.            is over a valid drop site during    a drag operation when
  164.            no other    pixmap is specified by the application.     If
  165.            NULL, a system default icon is used.  The system
  166.            default icon is determined by the XmDisplay resource
  167.            _e_n_a_b_l_e_D_r_a_g_I_c_o_n.
  168.  
  169.       _X_m_N_f_o_n_t
  170.            Specifies a font    for use    in computing values for
  171.            _X_m_N_h_o_r_i_z_o_n_t_a_l_F_o_n_t_U_n_i_t and _X_m_N_v_e_r_t_i_c_a_l_F_o_n_t_U_n_i_t.  When an
  172.            application is initialized, this    resource can be
  173.            supplied    in a resource file or through the standard
  174.            command line options -_f_n, -_f_o_n_t,    and -_x_r_m.
  175.  
  176.       _X_m_N_f_o_r_e_g_r_o_u_n_d_T_h_r_e_s_h_o_l_d
  177.            An integer between 0 and    100, inclusive,    that specifies
  178.            a level of perceived brightness for a color.  If    the
  179.            perceived brightness of the background color is equal
  180.            to or below this    level, Motif treats the    background as
  181.            "dark" when computing the default foreground and
  182.            highlight colors.  If the perceived brightness of the
  183.            background color    is above this level, Motif treats the
  184.            background as "light" when computing the    default
  185.            foreground and highlight    colors.     When the background
  186.            is "dark", the default foreground and highlight is
  187.            white; when the background is "light", the default
  188.            foreground and highlight    is black.  If this resource is
  189.            specified for a particular screen, it applies to
  190.            widgets created on that screen; otherwise, it applies
  191.            to widgets created on all screens.  The default value
  192.  
  193.  
  194.  
  195.      Page 3                        (printed 11/11/03)
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.      XXXXmmmmSSSSccccrrrreeeeeeeennnn((((3333XXXX))))           UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV          XXXXmmmmSSSSccccrrrreeeeeeeennnn((((3333XXXX))))
  203.  
  204.  
  205.  
  206.            is implementation specific.
  207.  
  208.       _X_m_N_h_o_r_i_z_o_n_t_a_l_F_o_n_t_U_n_i_t
  209.            Specifies the horizontal    component of the font units
  210.            used by _X_m_C_o_n_v_e_r_t_U_n_i_t_s, and is used to interpret    the
  211.            values of geometry resources when the _X_m_N_s_h_e_l_l_U_n_i_t_T_y_p_e
  212.            resource    of VendorShell or the _X_m_N_u_n_i_t_T_y_p_e resource of
  213.            Gadget, Manager,    or Primitive has the value
  214.            _X_m_1_0_0_T_H__F_O_N_T__U_N_I_T_S.  If no initial value    is supplied
  215.            for this    resource, the default is computed from the
  216.            font specified in _X_m_N_f_o_n_t.  If no initial value is
  217.            supplied    for this resource or for _X_m_N_f_o_n_t, the default
  218.            is 10.
  219.  
  220.            If a call to _X_t_S_e_t_V_a_l_u_e_s    specifies a value for
  221.            _X_m_N_h_o_r_i_z_o_n_t_a_l_F_o_n_t_U_n_i_t, this resource is set to that
  222.            value.  If a call to _X_t_S_e_t_V_a_l_u_e_s    specifies a value for
  223.            _X_m_N_f_o_n_t but not for _X_m_N_h_o_r_i_z_o_n_t_a_l_F_o_n_t_U_n_i_t, this
  224.            resource    is set to a value computed from    the new
  225.            _X_m_N_f_o_n_t.
  226.  
  227.            A horizontal font unit is derived from a    font as
  228.            follows:
  229.  
  230.       +o    If the font has an _A_V_E_R_A_G_E__W_I_D_T_H    property, the
  231.            horizontal font unit is the _A_V_E_R_A_G_E__W_I_D_T_H property
  232.            divided by 10.
  233.  
  234.       +o    If the font has no _A_V_E_R_A_G_E__W_I_D_T_H    property but has a
  235.            _Q_U_A_D__W_I_D_T_H property, the    horizontal font    unit is    the
  236.            _Q_U_A_D__W_I_D_T_H property.
  237.  
  238.       +o    If the font has no _A_V_E_R_A_G_E__W_I_D_T_H    or _Q_U_A_D__W_I_D_T_H
  239.            property, the horizontal    font unit is the sum of    the
  240.            font structure's    mmmmiiiinnnn____bbbboooouuuunnnnddddssss....wwwwiiiiddddtttthhhh and mmmmaaaaxxxx____bbbboooouuuunnnnddddssss....wwwwiiiiddddtttthhhh
  241.            divided by 2.3.
  242.  
  243.       _X_m_N_l_i_g_h_t_T_h_r_e_s_h_o_l_d
  244.            An integer between 0 and    100, inclusive,    that specifies
  245.            a level of perceived brightness for a color.  If    the
  246.            perceived brightness of the background color is above
  247.            this level, Motif treats    the background as "light" when
  248.            computing default shadow    and select colors.  If this
  249.            resource    is specified for a particular screen, it
  250.            applies to widgets created on that screen; otherwise,
  251.            it applies to widgets created on    all screens.  The
  252.            default value is    implementation specific.
  253.  
  254.       _X_m_N_m_e_n_u_C_u_r_s_o_r
  255.            Sets a variable that controls the cursor    used whenever
  256.            this application    posts a    menu.  This resource can be
  257.            specified only once at application startup time,    either
  258.  
  259.  
  260.  
  261.      Page 4                        (printed 11/11/03)
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.      XXXXmmmmSSSSccccrrrreeeeeeeennnn((((3333XXXX))))           UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV          XXXXmmmmSSSSccccrrrreeeeeeeennnn((((3333XXXX))))
  269.  
  270.  
  271.  
  272.            by placing it within a defaults file or by using    the
  273.            -_x_r_m command line argument.  For    example    myProg -xrm
  274.            "*menuCursor: arrow"
  275.  
  276.            The menu    cursor can also    be selected in the program
  277.            through the function _X_m_S_e_t_M_e_n_u_C_u_r_s_o_r.  The following is
  278.            a list of acceptable cursor names.  If the application
  279.            does not    specify    a cursor or if an invalid name is
  280.            supplied, the default cursor (an    arrow pointing up and
  281.            to the right) is    used.
  282.  
  283.  
  284.  
  285.      XXXX____ccccuuuurrrrssssoooorrrr           ddddoooottttbbbbooooxxxx      mmmmaaaannnn              ssssiiiizzzziiiinnnngggg
  286.      aaaarrrrrrrroooowwww           ddddoooouuuubbbblllleeee____aaaarrrrrrrroooowwww      mmmmiiiiddddddddlllleeeebbbbuuuuttttttttoooonnnn          ssssppppiiiiddddeeeerrrr
  287.      bbbbaaaasssseeeedddd____aaaarrrrrrrroooowwww____ddddoooowwwwnnnn       ddddrrrraaaafffftttt____llllaaaarrrrggggeeee      mmmmoooouuuusssseeee              sssspppprrrraaaayyyyccccaaaannnn
  288.      bbbbaaaasssseeeedddd____aaaarrrrrrrroooowwww____uuuupppp       ddddrrrraaaafffftttt____ssssmmmmaaaallllllll      ppppeeeennnncccciiiillll          ssssttttaaaarrrr
  289.      bbbbooooaaaatttt           ddddrrrraaaappppeeeedddd____bbbbooooxxxx      ppppiiiirrrraaaatttteeee          ttttaaaarrrrggggeeeetttt
  290.      bbbbooooggggoooossssiiiittttyyyy           eeeexxxxcccchhhhaaaannnnggggeeee      pppplllluuuussss              ttttccccrrrroooossssssss
  291.      bbbboooottttttttoooommmm____lllleeeefffftttt____ccccoooorrrrnnnneeeerrrr       fffflllleeeeuuuurrrr      qqqquuuueeeessssttttiiiioooonnnn____aaaarrrrrrrroooowwww      ttttoooopppp____lllleeeefffftttt____aaaarrrrrrrroooowwww
  292.      bbbboooottttttttoooommmm____rrrriiiigggghhhhtttt____ccccoooorrrrnnnneeeerrrr   ggggoooobbbbbbbblllleeeerrrr      rrrriiiigggghhhhtttt____ppppttttrrrr          ttttoooopppp____lllleeeefffftttt____ccccoooorrrrnnnneeeerrrr
  293.      bbbboooottttttttoooommmm____ssssiiiiddddeeee       gggguuuummmmbbbbyyyy      rrrriiiigggghhhhtttt____ssssiiiiddddeeee          ttttoooopppp____rrrriiiigggghhhhtttt____ccccoooorrrrnnnneeeerrrr
  294.      bbbboooottttttttoooommmm____tttteeeeeeee           hhhhaaaannnndddd1111      rrrriiiigggghhhhtttt____tttteeeeeeee          ttttoooopppp____ssssiiiiddddeeee
  295.      bbbbooooxxxx____ssssppppiiiirrrraaaallll           hhhhaaaannnndddd2222      rrrriiiigggghhhhttttbbbbuuuuttttttttoooonnnn          ttttoooopppp____tttteeeeeeee
  296.      cccceeeennnntttteeeerrrr____ppppttttrrrr           hhhheeeeaaaarrrrtttt      rrrrttttllll____llllooooggggoooo          ttttrrrreeeekkkk
  297.      cccciiiirrrrcccclllleeee           iiiiccccoooonnnn          ssssaaaaiiiillllbbbbooooaaaatttt          uuuullll____aaaannnngggglllleeee
  298.      cccclllloooocccckkkk           iiiirrrroooonnnn____ccccrrrroooossssssss      ssssbbbb____ddddoooowwwwnnnn____aaaarrrrrrrroooowwww          uuuummmmbbbbrrrreeeellllllllaaaa
  299.      ccccooooffffffffeeeeeeee____mmmmuuuugggg           lllleeeefffftttt____ppppttttrrrr      ssssbbbb____hhhh____ddddoooouuuubbbblllleeee____aaaarrrrrrrroooowwww   uuuurrrr____aaaannnngggglllleeee
  300.      ccccrrrroooossssssss           lllleeeefffftttt____ssssiiiiddddeeee      ssssbbbb____lllleeeefffftttt____aaaarrrrrrrroooowwww          wwwwaaaattttcccchhhh
  301.      ccccrrrroooossssssss____rrrreeeevvvveeeerrrrsssseeee       lllleeeefffftttt____tttteeeeeeee      ssssbbbb____rrrriiiigggghhhhtttt____aaaarrrrrrrroooowwww      xxxxtttteeeerrrrmmmm
  302.      ccccrrrroooosssssssshhhhaaaaiiiirrrr           lllleeeeffffttttbbbbuuuuttttttttoooonnnn      ssssbbbb____uuuupppp____aaaarrrrrrrroooowwww
  303.      ddddiiiiaaaammmmoooonnnndddd____ccccrrrroooossssssss       llllllll____aaaannnngggglllleeee      ssssbbbb____vvvv____ddddoooouuuubbbblllleeee____aaaarrrrrrrroooowwww
  304.      ddddooootttt           llllrrrr____aaaannnngggglllleeee      sssshhhhuuuuttttttttlllleeee
  305.  
  306.  
  307.       _X_m_N_m_o_v_e_O_p_a_q_u_e
  308.            Specifies whether an interactive    operation that moves a
  309.            window, such as tearing off and dragging    a tear-off
  310.            menu or moving a    window in MWM, displays    an outline of
  311.            the window or a representation of the window itself
  312.            during the move.     If the    value is True, the operation
  313.            displays    a representation of the    window during the
  314.            move.  If the value is False, the operation displays an
  315.            outline of the window.
  316.  
  317.       _X_m_N_u_n_p_o_s_t_B_e_h_a_v_i_o_r
  318.            Specifies the behavior of an active menu    posted in
  319.            traversal mode when a subsequent    menu button selection
  320.            is made outside the posted menu.     When the value    is
  321.            _X_m_U_N_P_O_S_T__A_N_D__R_E_P_L_A_Y, the    resource unposts the menu
  322.            hierarchy and causes the    server to replay the event to
  323.            the window in which the pointer is located.  When the
  324.  
  325.  
  326.  
  327.      Page 5                        (printed 11/11/03)
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.      XXXXmmmmSSSSccccrrrreeeeeeeennnn((((3333XXXX))))           UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV          XXXXmmmmSSSSccccrrrreeeeeeeennnn((((3333XXXX))))
  335.  
  336.  
  337.  
  338.            value is    _X_m_U_N_P_O_S_T, the resource unposts the hierarchy
  339.            without replaying the event.
  340.  
  341.       _X_m_N_v_e_r_t_i_c_a_l_F_o_n_t_U_n_i_t
  342.            Specifies the vertical component    of the font units used
  343.            by _X_m_C_o_n_v_e_r_t_U_n_i_t_s and used to interpret the values of
  344.            geometry    resources when the _X_m_N_s_h_e_l_l_U_n_i_t_T_y_p_e resource
  345.            of VendorShell or the _X_m_N_u_n_i_t_T_y_p_e resource of Gadget,
  346.            Manager,    or Primitive has the value _X_m_1_0_0_T_H__F_O_N_T__U_N_I_T_S.
  347.            If no initial value is supplied for this    resource, the
  348.            default is computed from    the font specified in _X_m_N_f_o_n_t.
  349.            If no initial value is supplied for this    resource or
  350.            for _X_m_N_f_o_n_t, the    default    is 10.
  351.  
  352.            If a call to _X_t_S_e_t_V_a_l_u_e_s    specifies a value for
  353.            _X_m_N_v_e_r_t_i_c_a_l_F_o_n_t_U_n_i_t, this resource is set to that
  354.            value.  If a call to _X_t_S_e_t_V_a_l_u_e_s    specifies a value for
  355.            _X_m_N_f_o_n_t but not for _X_m_N_v_e_r_t_i_c_a_l_F_o_n_t_U_n_i_t,    this resource
  356.            is set to a value computed from the new _X_m_N_f_o_n_t.
  357.  
  358.            A vertical font unit is derived from a font as follows:
  359.  
  360.       +o    If the font has a _P_I_X_E_L__S_I_Z_E property, the vertical
  361.            font unit is the    _P_I_X_E_L__S_I_Z_E property divided by 1.8.
  362.  
  363.       +o    If the font has no _P_I_X_E_L__S_I_Z_E property but has
  364.            _P_O_I_N_T__S_I_Z_E and _R_E_S_O_L_U_T_I_O_N__Y properties, the vertical
  365.            font unit is the    product    of the _P_O_I_N_T__S_I_Z_E and
  366.            _R_E_S_O_L_U_T_I_O_N__Y properties divided by 1400.
  367.  
  368.       +o    If the font has no _P_I_X_E_L__S_I_Z_E, _P_O_I_N_T__S_I_Z_E, or
  369.            _R_E_S_O_L_U_T_I_O_N__Y properties,    the vertical font unit is the
  370.            sum of the font structure's mmmmaaaaxxxx____bbbboooouuuunnnnddddssss....aaaasssscccceeeennnntttt and
  371.            mmmmaaaaxxxx____bbbboooouuuunnnnddddssss....ddddeeeesssscccceeeennnntttt divided by 2.2.
  372.  
  373.     IIIInnnnhhhheeeerrrriiiitttteeeedddd RRRReeeessssoooouuuurrrrcccceeeessss
  374.       All of the superclass    resources inherited by XmScreen    are
  375.       designated N/A (not applicable).
  376.  
  377.      RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
  378.       _C_o_r_e(_3_X), _X_m_D_i_s_p_l_a_y(_3_X), and _X_m_G_e_t_X_m_S_c_r_e_e_n(_3_X).
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.      Page 6                        (printed 11/11/03)
  394.  
  395.  
  396.  
  397.